-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-18714 add support for inheritance in NamedEntityGraph annotation #9539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
gavinking
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much, that was quick!
I left some very minor comments/suggestions, mainly just code formatting (I think some whitespace got messed in the redo).
...rnate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
Outdated
Show resolved
Hide resolved
...rnate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
Outdated
Show resolved
Hide resolved
...rnate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
Outdated
Show resolved
Hide resolved
...rnate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
Outdated
Show resolved
Hide resolved
...rnate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
Outdated
Show resolved
Hide resolved
...rnate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
Outdated
Show resolved
Hide resolved
...rnate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
Outdated
Show resolved
Hide resolved
gavinking
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh. two more minor suggestions I missed the first time around. I might have been misreading the diff, actually. Sorry!
...rnate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
Outdated
Show resolved
Hide resolved
...rnate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
Outdated
Show resolved
Hide resolved
|
@gavinking Ah sorry, the codestyle for Hibernate didn't apply on my intellij. Everything should be fine now |
|
Surprisingly, the hibernate-style code but the @SuppressWarnings annotations on the same lines as the variable declarations |
|
Thank you @Asanio06 !! |
|
Thanks for the support for this first contribution |
[Please describe here what your change is about]
This MR is the continuation of this one #9088 .
The aim is to make inheritance work on Entity graphs, as described in the NamedEntityGraph annotation.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-18714